minios: fix console end of line: \n\r -> \r\n
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 14 Oct 2009 07:58:47 +0000 (08:58 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 14 Oct 2009 07:58:47 +0000 (08:58 +0100)
commitc637aa4f78d48ffcd39b8352a7fd325add0f89f9
tree783a472f56731258c99272764800564417c23d47
parenta45c214328817f7b7c800f45ea83955129b0142a
minios: fix console end of line: \n\r -> \r\n

Change the end of line produced by minios' console from \n\r to \r\n.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
extras/mini-os/console/console.c